Open
Conversation
Contributor
|
Note that epc17 and epc18 are available in libxc master
|
Owner
wavefunction91
left a comment
There was a problem hiding this comment.
First pass, great start!
src/xc_integrator/replicated/host/reference_replicated_xc_host_integrator_exc_vxc.hpp
Outdated
Show resolved
Hide resolved
Owner
wavefunction91
left a comment
There was a problem hiding this comment.
Once UTs pass, I'll do a proper review.
Author
|
NEO DFT PR is ready for review (in-house epc is used right now. API for libxc via exchcxx will come later). MPI tests are failing at the moment. However, if protonic screening is turned off, then MPI can recover the same energy as single node |
This is for prepare for later implementation of EPC19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds functionality to do electron-proton correlation (EPC) functional in GauXC, thus allowing nuclear-electronic orbital (NEO) DFT calculations.
Changes:
Modified
loadBalancerto store 2 basis.Modified
XCIntegratorto also take aepcfunctional.Added
neo_eval_exc_vxcfunction is added. UKS is forced for protonic to ensure high spin configuration for protons. Electronic system can be either RKS or UKS.Protonic basis screening, collocation evaluation, xmat evaluation, density evaluation... are all carried out using the existing machinery.
Available EPC functionals are:
EPC17_1,EPC18_2,EPC18_1,EPC18_2. These are done using the Builtin backend of ExchCXX (Add Builtin LDA Electron-Proton Correlation Functionals ExchCXX#38).References:
EPC17-1, EPC17-2, EPC18-1 and EPC18-2
EPC17_1, EPC17_2, EPC18_1, EPC18_2 functional is benchmarked against PySCF implementation.
Settings: water molecule, H radius set to 52.9 pm, sto-3g/prot-sp basis, RB3LYP + unrestricted EPC functionals, (99,590) Lebedev grid with no pruning, MuraKnowles radial quadrature, and Becke weights. PySCF set to 1e-15 energy convergence, GauXC set to 1e-10 RMSDP convergence
EPC17_2 functional is additionally benchmarked against Chronus Quantum implementation.
Settings: COH2 molecule, H radius set to 52.9 pm, cc-pvdz/prot-pb4-d basis, RBLYP + unrestricted EPC17_2 functionals, (99,590) Lebedev grid with no pruning, MurrayHandyLeming radial quadrature, and Becke weights. CQ and GauXC set to 1e-10 RMSDP convergence
Device code NYI